-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for specifying container hostname #889
base: main
Are you sure you want to change the base?
Conversation
* added withHostname * added getHostname
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@kyzooghost Pls add an example to the docs, in |
added with a cautionary note, please check :) |
@kyzooghost The build is failing. Probably the |
Will look into it when I can :) |
@cristianrgreco pushed another commit with AbstractStartedContainer.getHostname() method Ran |
Address #883
Added TestContainer.withHostname() and StartedTestContainer.getHostname()